home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TMENUTREEOPTFORM / TMENUTREEOPTFORM.txt
Text File  |  2004-01-05  |  2KB  |  83 lines

  1. object MenuTreeOptForm: TMenuTreeOptForm
  2.   Left = 195
  3.   Top = 112
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'MenuTreeOptForm'
  7.   ClientHeight = 214
  8.   ClientWidth = 266
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Merge: TRadioGroup
  21.     Left = 8
  22.     Top = 8
  23.     Width = 249
  24.     Height = 73
  25.     Caption = 'Merge'
  26.     Items.Strings = (
  27.       '&No merge'
  28.       'Merge &before'
  29.       'Merge &after')
  30.     TabOrder = 0
  31.     OnClick = MergeClick
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 8
  35.     Top = 88
  36.     Width = 249
  37.     Height = 89
  38.     Caption = 'Behavior'
  39.     TabOrder = 1
  40.     object AddSep: TCheckBox
  41.       Left = 8
  42.       Top = 16
  43.       Width = 97
  44.       Height = 17
  45.       Caption = 'Add &separator'
  46.       TabOrder = 0
  47.     end
  48.     object Clobber: TCheckBox
  49.       Left = 8
  50.       Top = 40
  51.       Width = 129
  52.       Height = 17
  53.       Caption = '&Clobber existing items'
  54.       TabOrder = 1
  55.     end
  56.     object MoveItems: TCheckBox
  57.       Left = 8
  58.       Top = 64
  59.       Width = 129
  60.       Height = 17
  61.       Caption = '&Move existing items'
  62.       TabOrder = 2
  63.     end
  64.   end
  65.   object OKBtn: TBitBtn
  66.     Left = 104
  67.     Top = 184
  68.     Width = 75
  69.     Height = 25
  70.     TabOrder = 2
  71.     OnClick = OKBtnClick
  72.     Kind = bkOK
  73.   end
  74.   object CancelBtn: TBitBtn
  75.     Left = 182
  76.     Top = 184
  77.     Width = 75
  78.     Height = 25
  79.     TabOrder = 3
  80.     Kind = bkCancel
  81.   end
  82. end
  83.